1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmCategory
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmCategory))
31         Me.Panel1 = New System.Windows.Forms.Panel()
32         Me.Panel3 = New System.Windows.Forms.Panel()
33         Me.btnDelete = New System.Windows.Forms.Button()
34         Me.btnClose = New System.Windows.Forms.Button()
35         Me.btnUpdate = New System.Windows.Forms.Button()
36         Me.btnSave = New System.Windows.Forms.Button()
37         Me.btnNew = New System.Windows.Forms.Button()
38         Me.Panel4 = New System.Windows.Forms.Panel()
39         Me.Label3 = New System.Windows.Forms.Label()
40         Me.txtCategory = New System.Windows.Forms.TextBox()
41         Me.dgw = New System.Windows.Forms.DataGridView()
42         Me.Description = New System.Windows.Forms.DataGridViewTextBoxColumn()
43         Me.Panel2 = New System.Windows.Forms.Panel()
44         Me.txtCategoryName = New System.Windows.Forms.TextBox()
45         Me.Label1 = New System.Windows.Forms.Label()
46         Me.lblUser = New System.Windows.Forms.Label()
47         Me.Panel1.SuspendLayout()
48         Me.Panel3.SuspendLayout()
49         Me.Panel4.SuspendLayout()
50         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
51         Me.Panel2.SuspendLayout()
52         Me.SuspendLayout()
53         
'
54         
'Panel1
55         
'
56         Me.Panel1.BackColor = System.Drawing.Color.White
57         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
58         Me.Panel1.Controls.Add(Me.Panel3)
59         Me.Panel1.Controls.Add(Me.Panel4)
60         Me.Panel1.Controls.Add(Me.dgw)
61         Me.Panel1.Controls.Add(Me.Panel2)
62         Me.Panel1.Location = New System.Drawing.Point(
7, 7)
63         Me.Panel1.Name =
"Panel1"
64         Me.Panel1.Size = New System.Drawing.Size(
340, 375)
65         Me.Panel1.TabIndex =
2
66         
'
67         
'Panel3
68         
'
69         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
70         Me.Panel3.Controls.Add(Me.btnDelete)
71         Me.Panel3.Controls.Add(Me.btnClose)
72         Me.Panel3.Controls.Add(Me.btnUpdate)
73         Me.Panel3.Controls.Add(Me.btnSave)
74         Me.Panel3.Controls.Add(Me.btnNew)
75         Me.Panel3.Location = New System.Drawing.Point(
219, 75)
76         Me.Panel3.Name =
"Panel3"
77         Me.Panel3.Size = New System.Drawing.Size(
111, 174)
78         Me.Panel3.TabIndex =
41
79         
'
80         
'btnDelete
81         
'
82         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
83         Me.btnDelete.Enabled = False
84         Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup
85         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
86         Me.btnDelete.Location = New System.Drawing.Point(
13, 103)
87         Me.btnDelete.Name =
"btnDelete"
88         Me.btnDelete.Size = New System.Drawing.Size(
82, 28)
89         Me.btnDelete.TabIndex =
3
90         Me.btnDelete.Text =
"&Delete"
91         Me.btnDelete.UseVisualStyleBackColor = True
92         
'
93         
'btnClose
94         
'
95         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
96         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
97         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
98         Me.btnClose.Location = New System.Drawing.Point(
13, 134)
99         Me.btnClose.Name =
"btnClose"
100         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
101         Me.btnClose.TabIndex =
4
102         Me.btnClose.Text =
"&Close"
103         Me.btnClose.UseVisualStyleBackColor = True
104         
'
105         
'btnUpdate
106         
'
107         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
108         Me.btnUpdate.Enabled = False
109         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
110         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
111         Me.btnUpdate.Location = New System.Drawing.Point(
13, 72)
112         Me.btnUpdate.Name =
"btnUpdate"
113         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
114         Me.btnUpdate.TabIndex =
2
115         Me.btnUpdate.Text =
"&Update"
116         Me.btnUpdate.UseVisualStyleBackColor = True
117         
'
118         
'btnSave
119         
'
120         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
121         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup
122         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
123         Me.btnSave.Location = New System.Drawing.Point(
13, 41)
124         Me.btnSave.Name =
"btnSave"
125         Me.btnSave.Size = New System.Drawing.Size(
82, 28)
126         Me.btnSave.TabIndex =
1
127         Me.btnSave.Text =
"&Save"
128         Me.btnSave.UseVisualStyleBackColor = True
129         
'
130         
'btnNew
131         
'
132         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
133         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
134         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
135         Me.btnNew.Location = New System.Drawing.Point(
13, 10)
136         Me.btnNew.Name =
"btnNew"
137         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
138         Me.btnNew.TabIndex =
0
139         Me.btnNew.Text =
"&New"
140         Me.btnNew.UseVisualStyleBackColor = True
141         
'
142         
'Panel4
143         
'
144         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
145         Me.Panel4.Controls.Add(Me.Label3)
146         Me.Panel4.Controls.Add(Me.txtCategory)
147         Me.Panel4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
148         Me.Panel4.Location = New System.Drawing.Point(
9, 307)
149         Me.Panel4.Name =
"Panel4"
150         Me.Panel4.Size = New System.Drawing.Size(
321, 51)
151         Me.Panel4.TabIndex =
0
152         
'
153         
'Label3
154         
'
155         Me.Label3.AutoSize = True
156         Me.Label3.Location = New System.Drawing.Point(
13, 15)
157         Me.Label3.Name =
"Label3"
158         Me.Label3.Size = New System.Drawing.Size(
61, 15)
159         Me.Label3.TabIndex =
0
160         Me.Label3.Text =
"Category :"
161         
'
162         
'txtCategory
163         
'
164         Me.txtCategory.BackColor = System.Drawing.Color.White
165         Me.txtCategory.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
166         Me.txtCategory.Location = New System.Drawing.Point(
80, 14)
167         Me.txtCategory.Name =
"txtCategory"
168         Me.txtCategory.Size = New System.Drawing.Size(
225, 21)
169         Me.txtCategory.TabIndex =
0
170         
'
171         
'dgw
172         
'
173         Me.dgw.AllowUserToAddRows = False
174         Me.dgw.AllowUserToDeleteRows = False
175         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
176         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
177         Me.dgw.BackgroundColor = System.Drawing.Color.White
178         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
179         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
180         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
181         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
182         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
183         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
184         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
185         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
186         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
187         Me.dgw.ColumnHeadersHeight =
24
188         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Description})
189         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
190         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
191         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
192         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
193         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
194         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
195         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
196         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
197         Me.dgw.DefaultCellStyle = DataGridViewCellStyle3
198         Me.dgw.EnableHeadersVisualStyles = False
199         Me.dgw.GridColor = System.Drawing.Color.White
200         Me.dgw.Location = New System.Drawing.Point(
9, 75)
201         Me.dgw.MultiSelect = False
202         Me.dgw.Name =
"dgw"
203         Me.dgw.ReadOnly = True
204         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
205         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
206         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
207         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
208         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
209         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
210         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
211         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
212         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
213         Me.dgw.RowHeadersWidth =
25
214         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
215         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
216         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
217         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
218         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
219         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle5
220         Me.dgw.RowTemplate.Height =
18
221         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
222         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
223         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
224         Me.dgw.Size = New System.Drawing.Size(
204, 226)
225         Me.dgw.TabIndex =
40
226         
'
227         
'Description
228         
'
229         Me.Description.HeaderText =
"Category"
230         Me.Description.Name =
"Description"
231         Me.Description.ReadOnly = True
232         Me.Description.Width =
175
233         
'
234         
'Panel2
235         
'
236         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
237         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
238         Me.Panel2.Controls.Add(Me.txtCategoryName)
239         Me.Panel2.Controls.Add(Me.Label1)
240         Me.Panel2.Controls.Add(Me.lblUser)
241         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
242         Me.Panel2.Name =
"Panel2"
243         Me.Panel2.Size = New System.Drawing.Size(
321, 62)
244         Me.Panel2.TabIndex =
0
245         
'
246         
'txtCategoryName
247         
'
248         Me.txtCategoryName.Location = New System.Drawing.Point(
17, 39)
249         Me.txtCategoryName.Name =
"txtCategoryName"
250         Me.txtCategoryName.Size = New System.Drawing.Size(
81, 20)
251         Me.txtCategoryName.TabIndex =
44
252         Me.txtCategoryName.Visible = False
253         
'
254         
'Label1
255         
'
256         Me.Label1.AutoSize = True
257         Me.Label1.BackColor = System.Drawing.Color.Transparent
258         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
259         Me.Label1.ForeColor = System.Drawing.Color.White
260         Me.Label1.Location = New System.Drawing.Point(
77, 18)
261         Me.Label1.Name =
"Label1"
262         Me.Label1.Size = New System.Drawing.Size(
170, 24)
263         Me.Label1.TabIndex =
0
264         Me.Label1.Text =
"List of Categories"
265         
'
266         
'lblUser
267         
'
268         Me.lblUser.AutoSize = True
269         Me.lblUser.Location = New System.Drawing.Point(
32, 16)
270         Me.lblUser.Name =
"lblUser"
271         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
272         Me.lblUser.TabIndex =
43
273         Me.lblUser.Text =
"Label8"
274         Me.lblUser.Visible = False
275         
'
276         
'frmCategory
277         
'
278         Me.AcceptButton = Me.btnSave
279         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
280         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
281         Me.BackColor = System.Drawing.Color.DarkSlateGray
282         Me.ClientSize = New System.Drawing.Size(
354, 390)
283         Me.Controls.Add(Me.Panel1)
284         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
285         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
286         Me.MaximizeBox = False
287         Me.MinimizeBox = False
288         Me.Name =
"frmCategory"
289         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
290         Me.Panel1.ResumeLayout(False)
291         Me.Panel3.ResumeLayout(False)
292         Me.Panel4.ResumeLayout(False)
293         Me.Panel4.PerformLayout()
294         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
295         Me.Panel2.ResumeLayout(False)
296         Me.Panel2.PerformLayout()
297         Me.ResumeLayout(False)
298
299     End Sub
300     Friend WithEvents Panel1 As System.Windows.Forms.Panel
301     Friend WithEvents Panel4 As System.Windows.Forms.Panel
302     Friend WithEvents Label3 As System.Windows.Forms.Label
303     Friend WithEvents txtCategory As System.Windows.Forms.TextBox
304     Friend WithEvents dgw As System.Windows.Forms.DataGridView
305     Friend WithEvents Panel2 As System.Windows.Forms.Panel
306     Friend WithEvents Label1 As System.Windows.Forms.Label
307     Friend WithEvents Panel3 As System.Windows.Forms.Panel
308     Friend WithEvents btnDelete As System.Windows.Forms.Button
309     Friend WithEvents btnClose As System.Windows.Forms.Button
310     Friend WithEvents btnUpdate As System.Windows.Forms.Button
311     Friend WithEvents btnSave As System.Windows.Forms.Button
312     Friend WithEvents btnNew As System.Windows.Forms.Button
313     Friend WithEvents txtCategoryName As System.Windows.Forms.TextBox
314     Friend WithEvents lblUser As System.Windows.Forms.Label
315     Friend WithEvents Description As System.Windows.Forms.DataGridViewTextBoxColumn
316
317 End Class


Gõ tìm kiếm nhanh...